Undocumented functions of NTDLL

2OO1, 1O February


NtQueryInformationAtom
NtQueryInformationAtom

NTSYSAPI 
NTSTATUS
NTAPI

NtQueryInformationAtom(
IN RTL_ATOM Atom, IN ATOM_INFORMATION_CLASS AtomInformationClass, OUT PVOID AtomInformation, IN ULONG AtomInformationLength, OUT PULONG ReturnLength OPTIONAL );



NtQueryInformationAtom is used to get single Atom properties or to read Global Atom Table.



Requirements:
Library: ntdll.lib


See also:
ATOM_INFORMATION_CLASS
ATOM_TABLE_INFORMATION
NtAddAtom
NtFindAtom